projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
260c273
)
Exclude unnecessary files correctly
author
Felix Krull
<f_krull@gmx.de>
Sat, 20 Oct 2018 10:18:46 +0000
(12:18 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000
(12:53 -0400)
rust-bindings/rust/Cargo.toml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/Cargo.toml
b/rust-bindings/rust/Cargo.toml
index 4f1c1a4f423bca7f52c60d79362e284897f66cf7..ee277297543f3efb0f114f1d714d17e0658a9c70 100644
(file)
--- a/
rust-bindings/rust/Cargo.toml
+++ b/
rust-bindings/rust/Cargo.toml
@@
-12,10
+12,10
@@
repository = "https://gitlab.com/fkrull/rust-libostree"
readme = "README.md"
exclude = [
- "conf",
- "gir-files",
- "libostree-sys",
-
+ "conf
/**
",
+ "gir-files
/**
",
+ "libostree-sys
/**
",
+ ".gitlab-ci.yml",
]
[package.metadata.docs.rs]